|
NcApi
|
RX and TX buffers for a particular UART. Managed by NcApi and as such the fields are considered internal to NcApi. More...
#include <NcApi.h>
Data Fields | |
| uint8_t | rxBuffer [NCAPI_RXBUFFER_SIZE] |
| uint16_t | rxPosition |
| volatile uint8_t | txMsgLen |
| uint8_t | txBuffer [NCAPI_TXBUFFER_SIZE] |
| void * | writeCallbackToken |
RX and TX buffers for a particular UART. Managed by NcApi and as such the fields are considered internal to NcApi.
| uint8_t NcApi::rxBuffer[NCAPI_RXBUFFER_SIZE] |
| uint16_t NcApi::rxPosition |
| uint8_t NcApi::txBuffer[NCAPI_TXBUFFER_SIZE] |
| volatile uint8_t NcApi::txMsgLen |
| void* NcApi::writeCallbackToken |
1.8.10